setAllowGeneratedReplies
open fun setAllowGeneratedReplies(allowGeneratedReplies: Boolean): NotificationCompat.Action.Builder(source)
Set whether the platform should automatically generate possible replies to add to getChoices. If the Action doesn't have a RemoteInput, this has no effect.
Return
this object for method chaining The default value is true
Parameters
allowGeneratedReplies
true
to allow generated replies, false
otherwise